home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / geom_lib / makefile.os2 < prev    next >
Encoding:
Makefile  |  1993-12-30  |  637 b   |  28 lines

  1. #
  2. # This is the make file for the prsr. lib subdirectory (OS2, gcc 2.1, gnumake).
  3. #
  4. #                Gershon Elber, Aug 1991
  5. #
  6.  
  7. include ..\makeflag.os2
  8.  
  9. OBJS = bbox.o convex.o geomat3d.o geomvals.o intrnrml.o poly_cln.o
  10.  
  11. libgeom.a: $(OBJS)
  12.     -$(RM) libgeom.a
  13.     ar rc libgeom.a $(OBJS)
  14.  
  15. install: libgeom.a
  16.     $(CP) libgeom.a $(LIB_DIR)
  17.     ar s $(LIB_DIR)/libgeom.a
  18.     $(CP) *.h $(INC_DIR)
  19.  
  20.  
  21. # Dependencies starts here - do not touch, generated automatically.
  22. bbox.o:    bbox.h
  23. convex.o:    convex.h poly_cln.h geomat3d.h intrnrml.h
  24. geomat3d.o:    convex.h geomat3d.h
  25. geomvals.o:    convex.h geomat3d.h geomvals.h
  26. intrnrml.o:    geomat3d.h intrnrml.h
  27. poly_cln.o:    poly_cln.h
  28.